Help for this page

Select Code to Download


  1. or download this
    FOO=1
    FOO=2
    FOO=3
    
  2. or download this
    #! /usr/bin/perl -w 
    
    ...
    }
    print join(",",@list)."\n";
    # prints out 1,2,3
    
  3. or download this
    my $dollars = 0;
    my $pounds = 0;
    ...
                    $dollars = $1;
            }
    }