database
Hi friends
I need some assistance in running a file that can
do this unix command in perl " cat * > ~/users.txt " . Now I do not have telnet access to my server.
Thanks
Hi friends
I need some assistance in running a file that can
do this unix command in perl " cat * > ~/users.txt " . Now I do not have telnet access to my server.
Thanks
Mark Hensler posted this at 05:10 — 8th August 2001.
He has: 4,048 posts
Joined: Aug 2000
I don't understand. You want a Perl script that executes unix commands?
Read about Perl's exec() function.
merlin posted this at 05:56 — 9th August 2001.
They have: 410 posts
Joined: Oct 1999
or about perls system() function
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.