Search Results

Search: Posts Made By: shristi
3,038
Posted By shristi
hash of hashes : how to print reference and its internal structure?
#use perl 5.8.5;
my %h1=(a=>'b', c=>'d');
my %h2=(a1=>'b1', c1=>'d1');
my $R1=\%h1;
my $R2=\%h2;

my %h= {$R1, $R2};

my $href=\%h; # hash of hashes
foreach my $key (keys %$href){
print...
2,499
Posted By shristi
It is capturing binary nos. in the index...
It is capturing binary nos. in the index format.It was the looping statement that was not allowing it to read.Now I corrected it.

Thank you
2,499
Posted By shristi
I am using MS DOS. in windows XP platform.
I am using MS DOS.
in windows XP platform.
2,499
Posted By shristi
Array element & string variable
Hello,

I am trying to assign $string = $a[0]; #a[0]= 10100
print " $string"; # showing 10100

I am using this $string as $result = index($string, $char, $offset);

As above, is not...
5,209
Posted By shristi
Control font size: Perl
Is there a way to control the font type and size, when you print in the output file,in Vim/notepad, using perl?
3,011
Posted By shristi
Is there a way to control the font type and size,...
Is there a way to control the font type and size, when you print in the output file?
3,011
Posted By shristi
Yes the actual data is of variable size. ...
Yes the actual data is of variable size.

---------- Post updated at 01:08 PM ---------- Previous update was at 12:31 PM ----------

what is use Text::Table ?
3,011
Posted By shristi
pseudocoder , It worked! Is there any way we...
pseudocoder , It worked!

Is there any way we can represent this data in tabular format too. e.g.
-----------------------
| abc | def |
------------------------
| ijk ...
3,011
Posted By shristi
PERL : multidimentional array
Platform window xp, perl 8.5
-------------------------------
Input file has following data:
ABC|asd|asadd|aadd|addff|.............|zxv|
ABC|asd|asadd|aadd|addff|.............|zxv|...
Showing results 1 to 9 of 9

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