Help for this page

Select Code to Download


  1. or download this
    >perl /home/abcd/script.pl
    
  2. or download this
    BEGIN {
           if ($0 =~ m/^(.*?)[\/\\]([^\/\\]+)$/) {
    ...
    
    use strict;
    use lib $main::runtimedir;