database

They have: 2 posts

Joined: Aug 2001

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's picture

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's picture

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.