Ask a Question related to PERL Modules, Design and Development.
-
gymshoes #1
Blank line precedes prompt
I use Term::Readline and Term::Readline::Perl
When I upgraded from Perl 5.8.6 to Perl.5.8.8, the behavior of
Term::Readline changed:
Now, the prompt generated by the readline method is preceded by two
newlines. Is there a workaround to avoid the blank line?
Thanks,
Jim Schueler
gymshoes Guest
-
blank line between records
this sort of requirement requires custom work to be done in the itemdatabound an approach would be to check the type of cell being fired (header,... -
finding a blank line
Hi! I know this is a no brainer, but this line of code does not always work: last if( /^\n/ or /^\s+\n/ ); What am I missing? Is there a... -
how to parse blank-line-separated records
Hi, all -- I'm wrestling with a data file containing owners and contact info and it suddenly occurred to me that I could probably change my... -
Deleting a blank line EOF doesn't work
Hi, I have a perl script that modifies a regular text file, for some reason it adds an extra blank line at the end of the file. I've tried to... -
Eliminating a blank line from a text field (MX)
I'm having a small problem with a Flash file I'm working on. Basically, it's a meter for a webpage that reads some variables from a txt file. One...



Reply With Quote

