Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    }
    
    print "$_\n" for @lines;
    
  2. or download this
    $ cat example
    my $string = 'some value';  # these
    ...
    my $string = 'some value';  # these
    my $int    = 12;            # are
    my $float  = 1.2;           # scalars