In bash, or other shells, you have your functions in a library file, say myLib, which you load into a script with the command source myLib.
In Perl, the file is called a module, myModule.pm, and you access it with use myModule; or less oftenrequire myModule; or rarely do myModule.pm;
--
TTTATCGGTCGTTATATAGATGTTTGCA
In reply to Re: Creating bash functions using perls $ENV interface
by TomDLux
in thread Creating bash functions using perls $ENV interface
by tid
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |