Help for this page

Select Code to Download


  1. or download this
    package B::Syntax;
    sub compile {
    ...
        }
    };
    1;
    
  2. or download this
       # $prog_or_e_option = ... ; 
       system("perl -MO=-qq,Syntax $prog_or_e_option");
       # Test $?