I have a text file with HTML tags just like this:
ABI/INFORM
Academic Search Premier
Business Source Premier
How do I go about pulling the text only without the tags. This is what I am
trying and it is not properly working:
while ( my $line = ) {
if($line =~ m/^(||\t)(.*)(<|\t)/g)
I have a perl script that I developped in a windows machine and it had to be
transfered by ftp to a UNIX server. The codes worked fine when I tested them on
my windows machine. Is it true that the data could get corrupted while being
ftp'ed from Windows to Unix. I was told by the Unix people tha
I have a perl script that I developped in a windows machine and it had to be
transfered by ftp to a UNIX server. The codes worked fine when I tested them on
my windows machine. Is it true that the data could get corrupted while being
ftp'ed from Windows to Unix. I was told by the Unix people tha
Hello:
I am just testing with the following code that I copied from the web (module):
use Apache::Session::Store::MySQL;
my $store = new Apache::Session::Store::MySQL;
$store->insert($ref);
$store->update($ref);
$store->materialize($ref);
$store->remove($ref);
tie %hash, "Apache::Ses
This may not be the right place, but I would like to see a working example of
Apache::Session::mysql (session id management). Does anyone has a concrete and
complete example to share.
Thanks.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
print"Please enter first name:\n";
chomp($first = )
print"Enter a last name:\n";
chomp($last = );
format = STDOUT
+---
|@
|$first
|@
|$last
+---
.
> Hello, lets see some code.
>
> > -Orig
Hello All:
I am trying to format a check. Everything is fine except I cannot print the line
box surrounding the check items:
+---+
| |
| |
+---+
How do I format the vertical bars especially. I was
Hello everyone. Just testing.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]