Help for this page

Select Code to Download


  1. or download this
    my $html='http://www.perl.com/pub/a/2000/12/begperl4.html';
    open (FH, $html) or die "Cannot open file: $!";
    close (FH)
    
  2. or download this
    Cannot open file: Invalid argument