HTML Tags matching

2003-08-31 Thread mmbodji
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)

Perl Codes Written in Windows Env

2003-08-25 Thread mmbodji
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

Perl Codes Written in Windows Env

2003-08-25 Thread mmbodji
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

Apache-Session Error

2003-08-04 Thread mmbodji
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

Apache::Session::Mysql

2003-08-01 Thread mmbodji
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]

RE: Help with Formatting

2003-07-30 Thread mmbodji
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

Help with Formatting

2003-07-29 Thread mmbodji
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

Just a test

2003-07-28 Thread mmbodji
Hello everyone. Just testing. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]