Help for this page

Select Code to Download


  1. or download this
    "Use of uninitialized value $_[2] in pattern match (m//) at Plugin/Syn
    +tax.pm line 39."
    
  2. or download this
    package Plugin::Syntax;
    
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    use strict;
    use warnings;
    
    use Plugin::Syntax;
    
    Plugin::Syntax::parse_command( "xx = ", "" );