Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    }
    print $return; # this prints 2
    printLogPatterns(@LOGE);
    
  2. or download this
    #pattern.pl
    use strict;
    ...
    sub asub{
       print "a sub";
    }# is this also possible to "export"?