Re: [OT] Which module for web graph?

2006-12-14 Thread Jeff Pang
Thanks for all the suggestion. But when I run 'perl -MCPAN -e shell' to install GD.pm,I got lots of errors and can't make it at all: GD.xs:615: error: `RETVAL' undeclared (first use in this function) GD.xs:615: error: syntax error before "gdImageCreateFromPng" GD.xs: In function `XS_GD__Image_new

Re: [OT] Which module for web graph?

2006-12-14 Thread Dr.Ruud
Chad Perrin schreef: > That's great, as long as you don't mind accessibility issues and > excluding all potential visitors to your site who don't use a Flash > plugin for their browsers. For instance, me. My latest bad experience in this area was with www.blinck.com. I surfed with Firefox 1508,

Re: [OT?] Re: Which module for web graph?

2006-12-14 Thread Lawrence Statton XE2/N1GAK
> ... It just boggles my mind that a web developer would want to > drive away, ... and everyone who disables Flash content viewing to > avoid annoying ads. Because there is a depressingly huge community of web developers who feel the entire PURPOSE of the internet is to view annoying ads. I nee

Re: [OT?] Re: Which module for web graph?

2006-12-14 Thread Chad Perrin
On Thu, Dec 14, 2006 at 08:14:11PM +0100, D. Bolliger wrote: > > Here's an even worser example I tried to visit today: > it's completely unaccessible without flash: > > http://www.limmatdruck.ch I've seen a few of those. > > (translation of the box: > "Either you have not installed a flash p

[OT?] Re: Which module for web graph?

2006-12-14 Thread D. Bolliger
Chad Perrin am Donnerstag, 14. Dezember 2006 19:36: > On Thu, Dec 14, 2006 at 10:53:26AM -, Dermot Paikkos wrote: > > On 14 Dec 2006 at 5:44, Jeff Pang wrote: > > > Sorry that I never drew the graph for HTML page.Now I need to generate > > > some histogram for the statistic datas,I searched CPA

Re: Which module for web graph?

2006-12-14 Thread Chad Perrin
On Thu, Dec 14, 2006 at 10:53:26AM -, Dermot Paikkos wrote: > On 14 Dec 2006 at 5:44, Jeff Pang wrote: > > > Sorry that I never drew the graph for HTML page.Now I need to generate > > some histogram for the statistic datas,I searched CPAN and found lots > > of modules can be used. Can you help

Re: [SPOILER] Re: New Quiz: "What does this code do?" (1-December-2006)

2006-12-14 Thread Jay Savage
sorry about that. replied to wrong list. -- j -- This email and attachment(s): [ ] blogable; [ x ] ask first; [ ] private and confidential daggerquill [at] gmail [dot] com http://www.tuaw.com http://www.downloadsquad.com http://www.engatiki.org

Re: [SPOILER] Re: New Quiz: "What does this code do?" (1-December-2006)

2006-12-14 Thread Jay Savage
On 12/14/06, Joshua Kronengold <[EMAIL PROTECTED]> wrote: Ronald J Kimball writes: >On Thu, Dec 14, 2006 at 09:35:57AM -0600, Joshua Kronengold wrote: >> Shlomi Fish writes: >> >When I said that $1 may be destroyed by the param method call, he noted >> >that $1 was locally scoped, which indeed se

Re: use Net::SMTP with Exchange server

2006-12-14 Thread Jenda Krynicky
From: OXx <[EMAIL PROTECTED]> > Thanks for your answer, I will use Mail::Sender > > But which authentication could I use ? NTLM ? NTLM is very likely to be supported, but you should ask the server what protocols are supported. Have a look at the QueryAuthProtocols in Mail::Sender's docs. HTH,

Re: Yet another parsing question

2006-12-14 Thread D. Bolliger
Gallagher, Tim F (NE) am Donnerstag, 14. Dezember 2006 15:29: > Lets say that I have a list of data that have a few things in common, ie > > this is a 1 test to see 2 what is happening 3 to the state of the 4 > country > all work 1 and no 2 play makes 3 jack a dull boy 4 > how 1 much wood 2 could a

Yet another parsing question

2006-12-14 Thread Gallagher, Tim F \(NE\)
Lets say that I have a list of data that have a few things in common, ie this is a 1 test to see 2 what is happening 3 to the state of the 4 country all work 1 and no 2 play makes 3 jack a dull boy 4 how 1 much wood 2 could a wood 3 chuck 4 chuck so I want to grab all data between 1 - 2 and 3 -

Re: Line ending with Gary"^M on UNIX

2006-12-14 Thread Dr.Ruud
Eugene Kosov schreef: > Oleg V. Volkov: >> Ron Wingfield: >>> while (defined($line = )) { >>>$line =~ s/\r//g; >>>printf OUTFILEHANDLE ("%s"), $line; >>> } >> >> Why not this one? >> $line =~ s/\r$//; >> >> I didn't see anything about removing ^M anywhere in original >> post, only

Re: Line ending with Gary"^M on UNIX

2006-12-14 Thread Eugene Kosov
Oleg V. Volkov wrote: "Ron Wingfield" <[EMAIL PROTECTED]> wrote: [skip] while (defined($line = )) { $line =~ s/\r//g; printf OUTFILEHANDLE ("%s"), $line; } Why not this one? $line =~ s/\r$//; I didn't see anything about removing ^M anywhere in original post, only at end of line

Re: reg exp continued need pulled from reference

2006-12-14 Thread Lawrence Statton XE2/N1GAK
Ahh, good catch -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: $ARGV[0] breaks the script

2006-12-14 Thread D. Bolliger
Gregory Machin am Donnerstag, 14. Dezember 2006 13:24: > hi Hi Gregory > the script will not work "Not work?" :-) > if I use $ARGV[0] but works 100% if I hard > code the $input variable; > what have i missed ? You can give anything as cmd line argument, and the script will tell you that it i

$ARGV[0] breaks the script

2006-12-14 Thread Gregory Machin
hi the script will not work if I use $ARGV[0] but works 100% if I hard code the $input variable; what have i missed ? #!/usr/bin/perl # if your prgram has the string "grep" in the name or in the path # this program won't work. use strict; use warnings; my $line; my $input; $input=$ARGV[0]; #$i

Re: Which module for web graph?

2006-12-14 Thread Rob Coops
I think that the last poster hit the nail on the head, the reason that all these modules are around is that most people do not like the way these other modules draw the graphs and or take their input. Personaly I do not like non image additions to my web pages so for me the SWF would be out. Then

Re: Modify several files in a directory....

2006-12-14 Thread D. Bolliger
Brad Grandorff am Donnerstag, 14. Dezember 2006 03:02: > > "D. Bolliger" <[EMAIL PROTECTED]> wrote: Brad Grandorff am Donnerstag, 14. Dezember 2006 01:58: > > > I have managed to get a one liner working for modifying a particular > > > file in a directory, and I have also used arrays to read in th

Re: Which module for web graph?

2006-12-14 Thread Dermot Paikkos
On 14 Dec 2006 at 5:44, Jeff Pang wrote: > Sorry that I never drew the graph for HTML page.Now I need to generate > some histogram for the statistic datas,I searched CPAN and found lots > of modules can be used. Can you help give the suggestion that which is > better (or easy) for my purpose? Than

Re: Which module for web graph?

2006-12-14 Thread Mathew Snyder
Jeff Pang wrote: > Sorry that I never drew the graph for HTML page.Now I need to generate some > histogram for the statistic datas,I searched CPAN and found lots of modules > can be used. > Can you help give the suggestion that which is better (or easy) for my > purpose? > Thanks. > > -- > Book

Which module for web graph?

2006-12-14 Thread Jeff Pang
Sorry that I never drew the graph for HTML page.Now I need to generate some histogram for the statistic datas,I searched CPAN and found lots of modules can be used. Can you help give the suggestion that which is better (or easy) for my purpose? Thanks. -- Books below translated by me to Chinese.