Help for this page

Select Code to Download


  1. or download this
            my $outfile = $_."_"."$nm" for @lines ;
    
  2. or download this
    print sprintf "Have %d items\n", 0+@lines;
    
    my $item = $lines[0];
    my $outfile = $item . '_' . $nm;
    print "$outfile\n";
    
  3. or download this
    #! / usr/bin/perl -w
    
    ...
    Acct:456
    
    bar