Help for this page

Select Code to Download


  1. or download this
    
    FUNC("test",$flag);
    ...
    print $_[0] if ($_[1]);
    }
    
  2. or download this
    
    Func("test") if $flag);
    ...
    sub FUNC{
    print $_[0];}