in reply to Re: printing is not printing the full string
in thread printing is not printing the full string
the above correction worked for me as expected. thanks once again.# buffering the newschema { @schema_migration = <SMI>; map { $_ =~ s/[\n\r]//g } @schema_migration; } print "\n"; print "\nout :$schema_migration[3]:\n"; exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: printing is not printing the full string
by holcapek (Sexton) on Oct 30, 2006 at 06:34 UTC |