Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    
    @res = grep { $pat->($_) } @arr;
    print "Variable:\t@res\n";
    
  2. or download this
     0:52 >perl 939_SoPW.pl
    Literal:        1 2
    Variable:       1 2
    
     0:52 >