Help for this page

Select Code to Download


  1. or download this
    my @script=();
    open FILE, "content" or die "Couldn't open file: $!";
    ...
    while( $line =~ /$left(.*?)$right/gsmi ){
        push (@script, $1);
    }
    
  2. or download this
    
    <html>
    ...
    </body>
    </html>