Help for this page

Select Code to Download


  1. or download this
    # in Plugin.pm:
    package Plugin;  # the common base class
    ...
    }
    
    # etc.
    
  2. or download this
    use Basename;
    
    ...
        # handle the error
      }
    }