Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I am trying to embed an in-line perl script into a kornshell script. The code below gets a message that says "FILE NAME IS TOO LONG". Is embedding perl like this 'legal', or should I be handling it another way?
- -
cat /home/spjal/files/bprcf.parms /home/spjal/files/temp | perl ' BEGIN { linectr=0 } { linectr++ if ( linectr == 1 ) { scheck=$1 echeck=$2 fcheck=$3 lcheck=$4 if ( fcheck == scheck ) { fline=2 } else { fline=((fcheck - scheck) + 3) } if ( lcheck == echeck ) { lline=999999999 } else { lline=((lcheck - scheck) + 3) } } else if ( linectr == 2 ) { print $0 } else if ( linectr <= lline && linectr >= fline ) { print $0 } } ' > /home/spjal/files/bprcf.tmp
- -
Thanks, Jim

Edit kudra, 2001-09-02 Added code tags


In reply to Perl embedded in Kornshell by JALandry

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-24 12:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found