Help for this page

Select Code to Download


  1. or download this
    package FOO;
    use strict;
    ...
    =head1 NAME
    
    Foo - The great Foo module
    
  2. or download this
      return $str if $str =~ /^\.ssh\@github-/;
    
  3. or download this
      return $str if ($str =~ /^\.ssh\@github-/);
    
  4. or download this
      return $str if $str =~ /^\.sh\@github-/;