Hi all,
Is there a nice and neat way of writing this:
#!/bin/perl
$command1 = "/bin/csh";
$command2 = "source /usr/users/.cshrc";
system "command1";
system "command2";

Thanks

I.S


__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to