Searched refs:dotsh (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/
H A Ddotsh.pl2 # @(#)dotsh.pl 03/19/94
19 # &dotsh ('ShellScript', 'DependentVariable(s)');
30 # &dotsh ('/foo/bar', 'arg1');
31 # &dotsh ('/foo/bar');
32 # &dotsh ('/foo/bar arg1 ... argN');
34 sub dotsh { subroutine
37 local(*dotsh);
38 undef *dotsh;
39 $dotsh = shift(@sh);
40 @dotsh
[all...]
/macosx-10.10/CPANInternal-159.1/Perl4-CoreLibs-0.003/lib/Perl4/
H A DCoreLibs.pm79 =item dotsh.pl

Completed in 53 milliseconds