Re: First time using Perl PDF::API2

2008-05-27 Thread Daniel Kasak
-- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: IDE for Perl in Linux

2008-05-05 Thread Daniel Kasak
On Fri, 2008-05-02 at 08:04 -0700, Rodrigo Tavares wrote: Hello, Today I write my perls scripts with a simple editor. I found this link http://www.enginsite.com/Perl.htm, but it run only in Windows. This link http://www.solutionsoft.com/perl.htm, contain the for linux, but have to

Re: sql and perl

2008-04-28 Thread Daniel Kasak
On Sat, 2008-04-26 at 23:24 -0400, Richard Lee wrote: Hello guys, I want to start learning about sql and how it interacts w/ perl. Great :) If you want to create nice GUI apps that talk to databases, check out my projects at: http://entropy.homelinux.org/axis Dan -- To unsubscribe,

Re: Debugger in PErl

2008-04-12 Thread Daniel Kasak
On Thu, 2008-04-10 at 03:44 -0700, jeevs wrote: Is there a good debugger for perl. I have an application running on Ubuntu , with apache and mod perl along with mysql. and we are into reverse engineering the product. And need to debug the code. Is there any debugger for perl other than the

Re: Writing into an MS-Access database

2008-04-08 Thread Daniel Kasak
. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: GUI Toolkit - which one to learn? (GTK/GTK2/Tk)

2008-02-19 Thread Daniel Kasak
on Linux, Windows and OS-X, and they all run great. See http://entropy.homelinux.org/axis for some screenshots of inhouse systems, and also some of my open-source stuff. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676

Re: Gtk2-Perl!How to change color of the selection bar in widget Gtk2::SimpleList?

2007-12-03 Thread Daniel Kasak
/TreeViewColumn.html#_tree_column_set_cel This allows you to set things based on the data in your row / column. Note that your Gtk2 theme will STILL override this for the currently selected row, which is a pain, but I haven't found a way around it yet ... -- Daniel Kasak IT Developer NUS Consulting

Re: about formatted text

2007-10-27 Thread Daniel Kasak
On Sat, 2007-10-27 at 14:18 +, camotito wrote: The program I am using (that is running over windows) can only read the first line in the modified file. When I open the modified file with notepad I see an square at the end of each line.And all the lines are in one line. For a Windows

Re: Linked lists

2007-09-13 Thread Daniel Kasak
and go with scope. What if not enough memory is available? Perl does all memory management for you. If your process runs out of memory, it's up to the OS to do something, which could be to kill your process, or maybe to kill another process. -- Daniel Kasak IT Developer NUS Consulting Group

Re: Do it with Perl or not

2007-09-01 Thread Daniel Kasak
On Sun, 2007-09-02 at 00:53 +0800, Rafael Morales wrote: Hi list, This my situation I love Perl, and I need to create a GUI program for a school, but this is my problem: - In the school all machines are under Windows (different versions). - So I don`t know what to do, I must to code the

Re: parsing HTML content

2007-08-30 Thread Daniel Kasak
. I use LWP::Simple to fetch stuff, and HTML::TreeBuilder to parse it and extract stuff. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Re: [OT] How do you use Perl?

2007-08-08 Thread Daniel Kasak
products [e] Biological analysis [f] others GUI apps, with gtk2-perl and stuff at http://entropy.homelinux.org/axis -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED

Re: perl IDE

2007-07-29 Thread Daniel Kasak
Tony Heal wrote: I am looking for a good IDE for perl, I have eclipse and one of it's plugins, but I am wondering if I a spinning my wheels trying to set this up when there may be a better alternative. Eclipse and EPIC are the way to go. It's a little tricky to get it working for larger

Re: perl IDE

2007-07-29 Thread Daniel Kasak
Eko Hermiyanto wrote: Well, is there anything better than GNU Emacs? Did you read my response? Please don't top-post. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Writing a Program

2007-07-17 Thread Daniel Kasak
you out if you get stuck. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Formats for invoices.

2007-06-28 Thread Daniel Kasak
://perldoc.perl.org/perlform.html Hope this helps! Also check out PDF::ReportWriter: http://entropy.homelinux.org/axis -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website

Re: Gtk2::GladeXML and TreeView

2007-06-21 Thread Daniel Kasak
the columns to the treeview, and then connect the model to the treeview. I have some examples of setting up different kinds of columns ( including some custom renderers ) in my project, Gtk2::Ex::datasheet::DBI, which you can find at: http://entropy.homelinux.org/axis Dan -- Daniel Kasak IT Developer NUS

Re: create gui

2007-04-04 Thread Daniel Kasak
) - report builder exports direct to PDF - big plans for the next 12 months :) See the screenshots / examples on my webpage for more details ... -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989

Home directory

2007-02-25 Thread Daniel Kasak
Hi all. How do I, inside Perl, get the path of the home directory? I assume if I can do this, it will only work under Linux / Unix? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email

Re: perl6::form simple reporting

2007-02-20 Thread Daniel Kasak
Ken Foskey wrote: I have a script that takes an sql and formats into a report, simple stuff. I have a product that when it changes I want a sub heading. I have coded this. if( $prior_product ne $sql_product ) { print form... $prior_product = $sql_product; } Is there a better

ExtUtils::MakeMaker and packaging things

2007-02-20 Thread Daniel Kasak
Hi all. I'm writing an app in Gtk2-Perl. I want to include things like glade XML files, and images. How do I go about that? I would like to be able to do something like create an app folder: /usr/share/some_application and dump stuff in there. Can I do that? How? Dan -- To unsubscribe,

Any Perl graphing libraries with alpha blending?

2007-01-14 Thread Daniel Kasak
I'm after a Perl graphing library that includes alpha blending support. I've checked out GD::Graph, but it *doesn't* support alpha blending. Are there any options? I know of jpgraph for PHP ( which is excellent for open-source stuff, but the commercial license is too expensive ). -- Daniel

Re: pdf to excel

2006-12-21 Thread Daniel Kasak
oryann9 wrote: I have a scanned PDF file and I want to convert its data so I can store it in an xls file. What module(s) do you recommened? I saw File::Extract::PDF ? If you've scanned it, chances are the PDF doesn't contain any text that you can extract. It will just be 1 image per

GD::Graph and alpha blending

2006-12-17 Thread Daniel Kasak
examples ( googled, honest ). Has anyone done alpha blending in GD::Graph, in particular inside bars? Seen any example code around? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email

Re: Free PERL Editor

2006-12-02 Thread Daniel Kasak
Suja Emmanuel wrote: Hi all, Could you please suggest me any good PERL editor which is available in open source tools. I have tried 'EngineSite Perl Editor -LITE' and 'PerlExpress' which I am not comfortable with. Kindly refer me some good bug free tools. Eclipse IDE with

split and grouping in regexp

2006-10-30 Thread Daniel Kasak
by dashes, and if I do: my ( $, $mm, $dd ) = split /\//, $mmdd; it works for dates separted by slashes. Why can't I do both at the same time? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2

PDF::API2 and content index

2006-08-27 Thread Daniel Kasak
Hi all. Does anyone know if it's possible to create a content index with PDF::API2, so people viewing the PDF can click in the index and go straight to the corresponding page of the PDF document? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW

Re: Detecting line terminators in a CSV file

2006-07-03 Thread Daniel Kasak
John W. Krahn wrote: Daniel Kasak wrote: John W. Krahn wrote: perldoc -f binmode binmode is what I was after - thanks :) Then don't forget to use the correct characters for this: \015 for Carriage Return and \012 for Line Feed; as using \n may get translated

Detecting line terminators in a CSV file

2006-06-29 Thread Daniel Kasak
! ); return FALSE; } } -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Re: Detecting line terminators in a CSV file

2006-06-29 Thread Daniel Kasak
*that* is useful. Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Windows: Fork and run a process in the background

2006-06-06 Thread Daniel Kasak
Greetings. I'd like to trigger an application to open ( Acrobat Reader ), and *not* freeze my perl app while it's open. Under Linux, I do: system ( evince /path/to/pdf.pdf ); The ampersand does what I need. This doesn't work under Windows. Is there a cheap nasty workaround? -- Daniel Kasak

Re: Windows: Fork and run a process in the background

2006-06-06 Thread Daniel Kasak
Timothy Johnson wrote: Try this: system( start evince /path/to/pdf.pdf ); Both cheap and nasty. That does it. Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989

Gtk2::GladeXML on Windows: permission denied

2006-02-06 Thread Daniel Kasak
Hi all. I originally posted this to the Gtk2-Perl mailing list, but got a total of 0 answers ... I'm trying to do an install of a Gtk2-Perl setup on Windows 2000, but not getting anywhere :( I've installed Gtk2 binaries and Perl and all modules ( for Gtk2, using the latest Win32 binaries

Script's command-line options under Windows

2006-02-01 Thread Daniel Kasak
Hi all. I've got an app than runs on Linux and Windows. I invoke it: script_name.pl USERID where USERID is a number that identifies the user. Under Linux, and under *some* Windows 2000 installations, I can then get the value of USERID: my $userid = shift; However I just noticed that on a

Re: Script's command-line options under Windows

2006-02-01 Thread Daniel Kasak
Timothy Johnson wrote: Just to clarify, you're able to invoke the script by typing script_name.pl, right? Yep. Because one possible reason would be that your file association somehow didn't take when you installed activeperl. Also, does it work if you do: my $userid =

Re: Script's command-line options under Windows

2006-02-01 Thread Daniel Kasak
Timothy Johnson wrote: One more question. Does it work if you do it like this? perl script_name.pl argument Yes, actually! Strange ... very strange. Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922

Re: Script's command-line options under Windows

2006-02-01 Thread Daniel Kasak
:) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: New Line Character(s)

2005-10-27 Thread Daniel Kasak
:-) Same here usually. Thanks for the tip. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail

New Line Character(s)

2005-10-26 Thread Daniel Kasak
. What should I use to get Access to display a new line? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe

Re: Destroying an object

2005-10-18 Thread Daniel Kasak
Jeff 'japhy' Pinyan wrote: On Oct 18, Daniel Kasak said: I've got an OO object that I want to destroy from inside the object itself. sub destroy_self { my $self = shift; $self = undef; } But this doesn't work. What is the correct way of doing it? That's because you're not getting rid

Destroying an object

2005-10-17 Thread Daniel Kasak
Greetings. I've got an OO object that I want to destroy from inside the object itself. I'm trying: sub destroy_self { my $self = shift; $self = undef; } But this doesn't work. What is the correct way of doing it? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific

Re: GUI-based menu-ing script for UNIX

2005-08-31 Thread Daniel Kasak
to the documentation, was developed way back. http://members.aol.com/aumenu/index.html Thank you. Try gtk2-perl: http://gtk2-perl.sourceforge.net/ It rocks. It *seriously* rocks. You can use Glade to build your GUI too :) Glade is very nice. Check it out if you haven't already. -- Daniel

Writing PNG data to a file

2005-08-14 Thread Daniel Kasak
the above code work under Windows? How do I write binary data to a file so it works? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Re: Writing PNG data to a file

2005-08-14 Thread Daniel Kasak
Toby Stuart wrote: use binmode my $png_data = get($http_request_string); open ( OUTPUT_HANDLE, $path/top_n.png ); binmode OUTPUT_HANDLE; print OUTPUT_HANDLE $png_data; close OUTPUT_HANDLE; That's it. Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific

ANNOUNCE: Axis Not Evil 0.2 ( Gtk2::Ex::DBI, Gtk2::Ex::Datasheet::DBI, PDF::ReportWriter )

2005-08-01 Thread Daniel Kasak
Greetings. I'm pleased to announce a round of upgrades to the packages making up Axis Not Evil: http://entropy.homelinux.org/axis_not_evil Axis Not Evil is a suit of open-source, cross-platform Perl modules that combine to provide an alternative to a /'leading'/ software vendor's RAD design

Get Image Dimensions

2005-07-25 Thread Daniel Kasak
if that satisfies my requirement of working on Windows ... easily. There are binaries available for Windows, but I'm not sure whether they're current or supported in any way. Any suggestions? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T

Simple communication between VB and Perl

2005-06-06 Thread Daniel Kasak
type of return value ). Where do I start? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail

Re: [OT] Is there a policy regarding subscrjbers with challenge/respo nse mail filters?

2005-06-05 Thread Daniel Kasak
with out of office and prove you're not a spammer emails. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au

Re: Advise me? Seeking GUI toolkit...

2005-05-15 Thread Daniel Kasak
change it ) records, and then only get the next 100 if your user selects to 'move' into this range. This recent addition means your apps are *very* light and fast, even on painfully slow computers ( tested on Celeron 333 with 128MB ). -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77

Re: Advise me? Seeking GUI toolkit...

2005-05-12 Thread Daniel Kasak
via 'fink' ( which is the more popular method ), then it works perfectly - he does most of his development on a Powerbook. There is also Perl-QT, but you'll need a commercial license for commercial apps, and I simply don't like QT. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77

Re: Favorite Packages for Platform Neutral GUI?

2005-05-05 Thread Daniel Kasak
Siegfried Heintze wrote: I get the impression that there are several alternatives to use=ing Tk for writing OS neutral GUI programs in Perl. Can anyone point me to a discussion that might help me choose one? I'll give my vote to Gtk2 any day. To start with, Tk looks like barf. It really,

Re: Favorite Packages for Platform Neutral GUI?

2005-05-05 Thread Daniel Kasak
Siegfried Heintze wrote: Wow! Thanks for the enthusiastic responses! Well I'm a C++ guy so GTK* and WxWindows look good. But is anyone using these on ActiveState Perl? Is there some other perl for windows that I should be using for GUI? Siegfried ActiveState Perl is fine for Gtk2-Perl. At least

Re: PDF::ReportWriter not writing headers on first page

2005-05-02 Thread Daniel Kasak
on. The headers are displayed on the *second* page, but not on the first. I fixed an issue with the 1st set of headers not showing in the 2nd release, which is available via cpan ( and my website, but it's currently down after a botched mod_php upgrade ). -- Daniel Kasak IT Developer NUS Consulting Group

Re: Script that spans multiple files

2005-04-21 Thread Daniel Kasak
Charles K. Clarkson wrote: Daniel Kasak mailto:[EMAIL PROTECTED] wrote: : : I have a large script ( 6000 lines ) that I'd like to break into : logical units. Is there a way I can tell perl to 'append' a list : of files into 1 script so that I can call subs from any of the : files and have them

Re: PDF::API2

2005-04-20 Thread Daniel Kasak
it in another. Alternatively, you can grab the PDF::API2 object and work with it directly. If you're interested, I can email you with my unfinished PDF::ReportWriter ... it's *almost* ready for an initial release. I'm pondering whether I should remove the dodgy hard-coded stuff or not. -- Daniel Kasak

Script that spans multiple files

2005-04-20 Thread Daniel Kasak
will be visible )? Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Creating reports ??

2005-04-15 Thread Daniel Kasak
Michael Gale wrote: Hello, I am currently googling for this but ... I want to know what people think or have used to create reports in perl. Maybe creating some kind of graph or an excell report ? I'm currently working on a text-based reporting module. It basically does what MS Access'

Re: Many SQL clauses executing

2005-04-04 Thread Daniel Kasak
at all? If no what method or function should I use to perform this? Current stable versions of MySQL don't support multiple statements in this way. I believe support for this will be added in 5.x, but it *could* be in 4.1.x. Either way, you won't be able to do it for a while. -- Daniel Kasak

Re: Keeping format when printing

2005-04-03 Thread Daniel Kasak
, but it works quite well. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Use of uninitialized value

2005-03-17 Thread Daniel Kasak
' warnings without doing an extra test as above ( and still keeping warnings turned on )? Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Re: :API2 - text over a rectangle

2005-03-14 Thread Daniel Kasak
Charles K. Clarkson wrote: Daniel Kasak mailto:[EMAIL PROTECTED] wrote: : Hi all. : : Despite making some decent progress in other areas, I'm banging my : head against a brick wall on something simple: rendering text over a : solid rectange. You didn't provide enough code. Show us everything

Re: :API2 - text over a rectangle

2005-03-14 Thread Daniel Kasak
Jay Savage wrote: Also, try calling -gfx with a positive value, which should cause it to prepend and possibly render first. This was the issue. Replacing: my $blue_box = $page-gfx; with: my $blue_box = $page-gfx(1); causes the gfx object to get rendered 1st. Thanks :) -- Daniel Kasak

PDF::API2 - text over a rectangle

2005-03-13 Thread Daniel Kasak
} ). Why does my text only appear if I *don't* create the blue box? Is it being rendered underneath the box or something? I was under the impression that anything you render gets placed on *top* of anything that currently exists in the PDF. Dan -- Daniel Kasak IT Developer NUS Consulting Group Level

Execute application with a space in it's path

2005-03-09 Thread Daniel Kasak
); -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: PDF creation

2005-03-09 Thread Daniel Kasak
output? I'm thinking of biting the bullet and trying to write one, but I think it would be a little over my head at the moment. If I must, though, I will try. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F

Re: Execute application with a space in it's path

2005-03-09 Thread Daniel Kasak
:\\Program Files\\Adobe\\Acrobat 7.0\\Reader\\AcroRd32.exe\ C:\\PDFs\\test.pdf); That works. Thanks :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Detect platform

2005-02-16 Thread Daniel Kasak
How do I detect what platform I'm running from inside a Perl script? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au

Re: Detect platform

2005-02-16 Thread Daniel Kasak
Chris Devers wrote: On Wed, 16 Feb 2005, Tim Johnson wrote: On Wed, 16 Feb 2005, Daniel Kasak wrote: How do I detect what platform I'm running from inside a Perl script? Check out the $^O variable. ...but be careful in writing code that matches it: Under Mac OSX: $ perl -le

Re: problem with installing DBD::mysql module

2005-01-23 Thread Daniel Kasak
( see your text above for where I got this path from ) or whereever else they go on your system. See my first comment regarding this. I'm not sure what effect this would have if the header files are more recent than the server on your system ... assuming there is a server on your system. -- Daniel

Re: Perl print command from browser

2005-01-18 Thread Daniel Kasak
is it? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Image Creation: labels

2005-01-13 Thread Daniel Kasak
zentara wrote: On Thu, 13 Jan 2005 14:20:34 +1100, [EMAIL PROTECTED] (Daniel Kasak) wrote: I'm hunting for a method of creating labels under Linux. I've already looked at everything on freshmeat.net that came up when I searched for 'labels'. None of them cut it. Requirements: - Coloured

Re: Image Creation: labels

2005-01-13 Thread Daniel Kasak
Randy W. Sims wrote: http://search.cpan.org/dist/PostScript-MailLabels/ Too mailing-specific or use some of the PostScript::* modules to roll your own. Now *THAT* is what I was after. Postscript::Simple seems to do everything I want, and *very* easily. Thanks :) -- Daniel Kasak IT Developer NUS

Image Creation: labels

2005-01-12 Thread Daniel Kasak
I want - the documentation is a little nonexistant. So should I use GD? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au

Recommend a graphing module?

2004-11-08 Thread Daniel Kasak
I unfortunately haven't been able to compile yet ). And yes I realise I can search on cpan, eg: http://search.cpan.org/modlist/Graphics but I'm asking for people's opinion based on their experience. Thanks :) Dan -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North

Re: perl's equivalent for jpgraph (www.aditus.nu/jpgraph/)

2004-10-13 Thread Daniel Kasak
going to need a graphing solution as well... -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail

Execute a sub: $sub

2004-06-24 Thread Daniel Kasak
Hi all. I have an object that I want to have execute some code that it gets told about when it's constructed. How do I go about that? ie: $self-{some_code_to_execute} will either have the name of a sub, or a reference to a sub, or something. Dan -- Daniel Kasak IT Developer NUS Consulting Group

Re: MS Word to PDF

2004-06-14 Thread Daniel Kasak
to the point, however, is convincing people to covert their Word documents to OpenOffice's XML format. -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http

Re: Calling subroutines from another file

2004-06-09 Thread Daniel Kasak
. Much appreciated :) -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED

Calling subroutines from another file

2004-06-08 Thread Daniel Kasak
? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [EMAIL PROTECTED] website: http://www.nusconsulting.com.au -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail