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