Help for this page

Select Code to Download


  1. or download this
    <tag1>
        <fast>
    ...
            Increase your speed.<p>
        </slow>
    </tag2>
    
  2. or download this
    my $count = 0;
    Open ( FILE, $reader) || die “Cannot open, $!\n”;
    ...
    @ray = ();
    push(@ray, /\<tag$count\>/…/\<\/tag$count\>/);
    }