Help for this page

Select Code to Download


  1. or download this
    next if /^;/xms;
    
  2. or download this
    use English qw( -no_match_vars ); 
    my $LIST_SEPERATOR = q{|};
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print "@list\n";
    }