Help for this page

Select Code to Download


  1. or download this
    if ( /(^\s?>)(.*)$/ ) { 
        print "$2\n";
    ...
    sub createTable {
        print $_;
    }
    
  2. or download this
    apples
        >apples
    ...
        >trees
    etc..
        >etc..
    
  3. or download this
    apples
    apples
    ...
    trees
    etc..
    etc..