Search Results

Search: Posts Made By: mirzabhai
6,288
Posted By mirzabhai
Passing Hash Tables to Subroutines
Hi:

How do I pass a hash table down to a subroutine along with some other variables?

For example, I have say a subroutine play_with_hash:

sub play_with_hash
{
my( $var1, $var2,...
22,853
Posted By mirzabhai
Returning Hash Tables in Perl
Hi:

Does anybody know how to return hash tables created in a function?

I have something like so:

%a_hash_table = build_a_hash_table();

sub build_a_hash_table
{
my(%hash_table);

...
4,009
Posted By mirzabhai
Linux workstation in a Windows network
HI:

I'm having some serious trouble setting up a Linux Workstation to operate in a Windows network. I'm running Red Hat 7.1 and I've connected the machine to a network running an NT server. I just...
4,550
Posted By mirzabhai
Enscript
I'm trying to print a perlscript file from nedit using the enscript command. It reads as follows:

enscript -dbigbird -R -G -b"my_perl_script.pl"

This is the printer command line when I print...
Showing results 1 to 4 of 4

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