Help for this page

Select Code to Download


  1. or download this
    chomp $date;
    $html =~ m{\Q$date\E(.*?)..............}ism;
    
  2. or download this
    open my $HTML, '>', 'myhtml.html' or die $!;
    print $HTML "$1\n";
    close $HTML or die $!;