Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    print "$var2\n";
    print "$var3\n";
    print "$var4\n";
    
  2. or download this
    Use of uninitialized value in concatenation (.) or string at ./test2.p
    +l line 10.
    
    ...
    66051
    263430
    
  3. or download this
    0
    0
    66051
    263430