Hi all.
I am having issues with extracting the Japanese data from a sql server with
a cgi-perl script , I have a sql 2000 server which does handel japanese
characters, the silly part is that i have iis5.something based on win 2k
english, but i could use asp to extract the japanese characterset by s
in a caterpillar that tells you it's going to be a butterfly." -
Anonymous
*****
Sidharth M Patil
Engineer
Kyocera-Wireless (India) Pvt Ltd
5th Floor, Phase I, Divyashree Towers,
Guruppanapalya, Bannerghatta Road,
Bangalore-560072
Tel : 51106988 extn 5171
*
-
"There is nothing in a caterpillar that tells you it's going to be a butterfly." -
Anonymous
*****
Sidharth M Patil
Engineer
Kyocera-Wireless (India) Pv
--
"There is nothing in a caterpillar that tells you it's going to be a butterfly." -
Anonymous
*
Sidharth M Patil
Engineer
Kyocera-Wireless (India) Pvt Ltd
5th Floor, Phase I, Divyashree Towers,
Guruppanapalya, Bannerghatta Road,
Bangalore-560072
Tel : 51106988 extn 5171
*
tells you it's going to be a butterfly." -
Anonymous
*****
Sidharth M Patil
Engineer
Kyocera-Wireless (India) Pvt Ltd
5th Floor, Phase I, Divyashree Towers,
Guruppanapalya, Bannerghatta Road,
Bangalore-560072
Tel : 51106988 extn 5171
*
hi all,
i am new to this group. hope get maximum benifit out of this group.
currently i am writting a script wherein i hav to creat a temporary file in
each sub directory starting from main dir and write in to that file
i hav to expand each make file within each sudirectory and place t
hi all,
i am new to this group. hope get maximum benifit out of this group.
currently i am writting a script wherein i hav to creat a temporary file in
each sub directory starting from main dir and write in to that file
i hav to expand each make file within each sudirectory and place t
hi all ,
i am new to this group and perl world . i hav a problem in a script where in
i hav to go to the each subdirectory within a directory and creat a temporary file and
open it for edit. how can i accomplish this ..
thanks in advance
cioa
sidharth
Try the ref() function.
if (ref($hash{$data}) eq 'HASH') {}
Hth. Sid.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of Pete Emerson
Sent: Thursday, December 06, 2001 9:03 AM
To: [EMAIL PROTECTED]
Subject: detecting a hash of hashes
Here is an exampl
Most unix systems have a program called dos2unix that does the same
thing.
% man dos2unix
% dos2unix sourcefile targetfile
Hth. Sid.
-Original Message-
From: Chris Spurgeon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 5:41 PM
To: 'Booher Timothy B 1stLt AFRL/MNAC'; [EM
ng
pt. nums.
Thanks,
Sid.
-----
Sidharth Malhotra
[EMAIL PROTECTED]
He didn't specify perl. So I guess this works.
-Original Message-
From: Bob Showalter [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 1:37 PM
To: 'Zysman, Roiy'; '[EMAIL PROTECTED]'
Subject: RE: a beginners challenge
> -Original Message-
> From: Zysman, Roiy [mai
It will only match anything beginning with "daniel": "daniel",
"daniella", "danielson", "daniel smith"
If you specifically want to match only "daniel" try:
/^$user$/
Hth. Sid.
-Original Message-
From: Daniel Falkenberg [mailto:[EMAIL PROTECTED]]
Sent: Sunday, November 25, 2001 11
While were on this, I'm taking an intro to Data Structures class and
were learning all about the different sorting methods ... Insertsort,
mergesort etc. What kind of sorting method perl's sort() use?
Sid.
-Original Message-
From: Jeff 'japhy' Pinyan [mailto:[EMAIL PROTECTED]]
Sent: Th
$data is a reference to an array (kind of like a c pointer):
$data = \@somearray; # or
$data = [1, 2, 4, 7]; # there are many other ways to create an array
ref
When you say @$data, you dereference $data into array context because
shift requires arrays to work with:
my ($type) = shift
Porting to mod_perl is not exceptionally difficult. Once you have your
Apache/mp server up you can still run your scripts as regular cgi, and
"port" them to mod_perl one by one. When you "port" a script to
mod_perl, you simply need to put it into a directory where scripts are
being compiled with
I did this in one of my programs and it seemed to work just fine:
system("$command &");
Which, I believe, runs your command in the background and lets you return to
your program. (Please correct me if I am wrong). This will only work on
*nix systems.
Sid.
-Original Message-
From: Jona
yes, you can run it as a service:
apache -k install -n Apache
or simply run it in the background
apache -k start -n Apache
I think these should work.
Sid.
-Original Message-
From: Danny Reyna [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:58 PM
To: [EMAIL PROTECTED]
18 matches
Mail list logo