Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wd
    
    ...
        return quotemeta($in);
      }
    }
    
  2. or download this
    print doFunc( "MAIN", "B(1)+C(2)" );
    sub doFunc{
    ...
       }
        return "func $theFunc returns <$_>";
    }