Recent content by pete840264

  1. P

    How can I convert a BASH menu script to Perl?

    Hello, I have the following BASH code for a menu script that runs upon logging in to the server. I need to convert this BASH code to Perl. I know that CASE statements aren't allowed in Perl, so how should I go about converting this code to perl? Here is part of the code, as all of it will not...
  2. P

    Perl program to report data from input file?

    Hello, I am a Perl N00b and am hoping to get a little help with a Perl project I have to do for my class. Basically there is an input file which contains policy number, name if the insured, policy value, and the type of policy. These have to be sorted and output as a report that lists each...
  3. P

    How can I convert a BASH menu script to Perl?

    Hello, I have the following BASH code for a menu script that runs upon logging in to the server. I need to convert this BASH code to Perl. I know that CASE statements aren't allowed in Perl, so how should I go about converting this code to perl? Here is part of the code, as all of it will not...
  4. P

    Perl program to report data from input file?

    Hello, I am a Perl N00b and am hoping to get a little help with a Perl project I have to do for my class. Basically there is an input file which contains policy number, name if the insured, policy value, and the type of policy. These have to be sorted and output as a report that lists each...
Back
Top