Help for this page

Select Code to Download


  1. or download this
     <img src="xhtml/img/cancel.gif" width="24" height="13" alt="Cancel" /
    +>
    <textarea type="text" value="foo" name="text_message" />&nbsp;<%bar%>&
    +nbsp;</p>
    
  2. or download this
    foreach $file (@files) {
        $file_new = $file;
    ...
    open(OUT, ">$ARGV[1]/$file_new") || die "cannot open $ARGV[1]/$file_ne
    +w";
        print $content;
        print OUT $content;