Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    my %a=( foo => "bar",
            fi , "fo");
    
  2. or download this
    print join , => @to_print;
    
  3. or download this
    print join or => @to_print;