![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [PERL] Running unix commands within Perl Scripts | userix | Shell Programming and Scripting | 1 | 05-28-2008 06:06 PM |
| Include PERL script with in the unix shell script | ganapati | UNIX for Dummies Questions & Answers | 1 | 04-29-2008 12:18 PM |
| saving from unix into pc | alikun | UNIX for Dummies Questions & Answers | 6 | 03-28-2007 02:03 AM |
| Saving to a floppy | umether | UNIX for Dummies Questions & Answers | 1 | 08-26-2005 05:59 PM |
| Saving of UNIX based e-mail on to local disks | rajan9 | UNIX for Advanced & Expert Users | 4 | 08-07-2002 01:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Saving Perl scrpits in a UNIX Shell
Hey, i am really new to Perl and UNIX, all i need to know how to know how to save scripts in UNIX? after i get done writing the script i type the command chmod 755 filename, but it I think the shell thinks that is a part of the script, i dont know if i am supposed to type in a save command or somethign before i type the chmod?
|
|
||||
|
What I would do is open up vi and hit escape a couple of times, then type :r and the name of the hopefully saved perl script. Then hit enter. Press colon and type wq. Then do chmod 700 filename. After that simply type in the name of the script. I think that will work.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|