Help for this page

Select Code to Download


  1. or download this
    
    # assuming DATA pipe opened for reading...
    ...
    
    # end local code block
    }
    
  2. or download this
    # open
    open (DATA,"/path/to/webpage.htm") || die "Can't open page - $!";
    ...
    # store
    my $match = $1;