Help for this page

Select Code to Download


  1. or download this
    use MetaParser;
    
    ...
    {
       print "$_   =>   $meta{$_}\n";
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    {
       print "$_   =>   $meta{$_}\n";
    }
    
  3. or download this
    language   =>   EN-US
    copyright   =>   2004 SpyderSubmission.com
    ...
    distributor   =>   SpyderSubmission
    robots   =>   index, follow
    abstract   =>   Leaders in online marketing services
    
  4. or download this
    package MetaParser;
    
    ...
       return %meta;
    }
    1;