perl5.26-x86_64-linux-gnu (1) Linux Manual Page
perl – The Perl 5 language interpreter Synopsis perl [ -sTtuUWX ] [ -hv ] [ -V[:configvar] ] [ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ] [ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal/hexadecimal] ] [ -Idir ] [ -m[–]module ] [ -M[–]‘module…’ ] [ -f ] [ -C [number/list] ] [ -S ] [ -x[dir] ] [ -i[extension] ] [ [-e|-E] ‘command’ ] [ — ] [ programfile ] [ argument ]… For more information on these options, you can run "perldoc perlrun". Getting Help The perldoc program gives you access to all the documentation that comes with Perl. You can get more documentation, tutorials and community support online…
