Search Results

Search: Posts Made By: NewDeb
5,689
Posted By NewDeb
Bash equivalent of perl's pack function ?
Is there an equivalent of perl's pack function in bash ?

Or in other words, how can I achieve the same thing in bash ?

Much appreciated.
5,150
Posted By NewDeb
I had tried with the correct case - sorry about...
I had tried with the correct case - sorry about the typo.

Ok here is my perl script:
##################
#! /usr/bin/perl

BEGIN { push @INC,"/ws/testdir" };
use strict;

use Header qw(...
5,150
Posted By NewDeb
Didnt work
First of all, thanks so much for replying.
I tried to explicitly import the function I wanted from Header.pm, but that did not help.

I had already tried the carp::cluck("xx") and it doesnt...
5,150
Posted By NewDeb
Help with Perl Module
I dont know if this is a dumb question, but I am unable to move ahead and need help -

There is a perl module called Header.pm which was written by someone else. I am trying to write a simple perl...
5,901
Posted By NewDeb
Invoke Perl function from Bash ?
Is it possible to invoke a perl function from a bash script ?

There are existing perl scripts with many functions that I want to reuse from a more recent script written in bash. Hence the question.
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 04:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy