Guest_imported
New member
- Jan 1, 1970
- 0
How can I use unix commands in Perl?
For instance if i want to do a menu for different shells, so i ask for input, then
if ($choice == 1) { open /bin/bash }
if ($choice == 2) { open /bin/csh }
etc
im not sure i explained correctly but i wish someone can help
For instance if i want to do a menu for different shells, so i ask for input, then
if ($choice == 1) { open /bin/bash }
if ($choice == 2) { open /bin/csh }
etc
im not sure i explained correctly but i wish someone can help