Help for this page

Select Code to Download


  1. or download this
    use Strict; # use strict;
    
    my $val = 5000;
    $va1++; # no "Global symbol..." error here
    print $va1;
    
  2. or download this
    use lwp::simple; # not LWP::Simple
    getprint 'http://yahoo.com';
    # (Do you need to predeclare getprint?)