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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/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...]

Completed in 25 milliseconds