The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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
how to include spreadsheet::ParseExcel in shell script akash Shell Programming and Scripting 1 01-10-2008 07:17 AM
How to call a perl script from a shell script anumkoshy Shell Programming and Scripting 2 08-30-2007 01:23 AM
Box A's perl script calling box B's shell script new2ss Shell Programming and Scripting 1 09-13-2006 03:17 AM
How to include shell script in C program mridula High Level Programming 5 07-30-2006 12:13 AM
Looping a perl script in a shell script edkung Shell Programming and Scripting 8 10-04-2002 07:28 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-29-2008
ganapati's Avatar
Registered User
 

Join Date: Jul 2006
Posts: 109
Stumble this Post!
Include PERL script with in the unix shell script

Hi Gurus,

Is it possible to include perl script with in the unix shell script?
What would be the general syntax?

In the above case, is it required to write the below first two lines of codes?

#!usr/bin/sh -x
#!usr/bin/perl -w

Thanks in advance / Mysore Ganapati.
Reply With Quote
Forum Sponsor
  #2 (permalink)  
Old 04-29-2008
...@...
 

Join Date: Feb 2004
Location: NM
Posts: 3,841
Stumble this Post!
example:
Code:
#!/bin/ksh
# print the epoch time in seconds when a file was last modified
# filename = $1
perl -e ' $mtime=(stat $ARGV[0])[9]; print "$mtime\n"; ' "$1"
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 04:20 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008 The CEP Blog All Rights Reserved -Ad Management by RedTyger Visit The Global Fact Book

Content Relevant URLs by vBSEO 3.2.0