Help for this page

Select Code to Download


  1. or download this
        #!/usr/bin/perl
        #testscript
    ...
    
        if($a eq 'quackidiquack') {
        }
    
  2. or download this
        perl -MO=Deparse testscript
        if ($a eq 'quackidiquack') {
    ...
            ();
        }
    testscript syntax OK