|
From: Fred on 22 Feb 2007 07:18 I searched for a perl 3270 emulator several years ago, and could find none. I wound up using the s3270 emulator wrapped in a perl script. I've been searching again, and still do not see a perl based 3270 emulator. Since a perl 3270 emulator apparently still does not exist, I guess the question is why? It would seem a natural for perl, to connect to a 3270 and screen scrape, or whatever. -Thanks
From: Sherm Pendley on 22 Feb 2007 08:13 Fred <itfred(a)cdw.com> writes: > I've been searching again, and still do > not see a perl based 3270 emulator. Since a perl 3270 > emulator apparently still does not exist, I guess the > question is why? Most (if not all) CPAN modules are written for the authors' own use first, and then shared with the public second. Few (if any) modules are written for the sole purpose of scratching some else's itch. With that in mind, the most obvious answer would be that no one has had both a need for such a module, and the necessary skills to write it. sherm-- -- Web Hosting by West Virginians, for West Virginians: http://wv-www.net Cocoa programming in Perl: http://camelbones.sourceforge.net
From: Ted Zlatanov on 22 Feb 2007 14:27 On Thu, 22 Feb 2007 07:18:02 -0500 Fred <itfred(a)cdw.com> wrote: F> I searched for a perl 3270 emulator several years ago, and could F> find none. I wound up using the s3270 emulator wrapped in a perl F> script. I've been searching again, and still do not see a perl F> based 3270 emulator. Since a perl 3270 emulator apparently still F> does not exist, I guess the question is why? It would seem a F> natural for perl, to connect to a 3270 and screen scrape, or F> whatever. I don't think you mean "emulator" here, since Perl is not going to pretend to be a 3270. You want Perl to connect to a 3270 and get some data. If you can show sample data the 3270 would send, and what tasks you are trying to accomplish, you may get more help. Ted
From: Michele Dondi on 22 Feb 2007 15:47 On Thu, 22 Feb 2007 07:18:02 -0500, Fred <itfred(a)cdw.com> wrote: >I searched for a perl 3270 emulator several years ago, and >could find none. I wound up using the s3270 emulator wrapped If you mean <http://en.wikipedia.org/wiki/IBM_3270>, I can't understand what you mean with a "perl emulator". Please note that as particular piece of ignorance on my part, prior to your post I had no idea what a 3270 could be, but IIUC it's a terminal. Thus the emulator you're after is a *terminal emulator*. And a terminal emulator, well, may be written in Perl just fine. However terminal emulators generally aren't... Michele -- {$_=pack'B8'x25,unpack'A8'x32,$a^=sub{pop^pop}->(map substr (($a||=join'',map--$|x$_,(unpack'w',unpack'u','G^<R<Y]*YB=' ..'KYU;*EVH[.FHF2W+#"\Z*5TI/ER<Z`S(G.DZZ9OX0Z')=~/./g)x2,$_, 256),7,249);s/[^\w,]/ /g;$ \=/^J/?$/:"\r";print,redo}#JAPH,
From: Uri Guttman on 22 Feb 2007 15:47 >>>>> "SP" == Sherm Pendley <spamtrap(a)dot-app.org> writes: SP> Fred <itfred(a)cdw.com> writes: >> I've been searching again, and still do >> not see a perl based 3270 emulator. Since a perl 3270 >> emulator apparently still does not exist, I guess the >> question is why? SP> Most (if not all) CPAN modules are written for the authors' own use first, SP> and then shared with the public second. Few (if any) modules are written SP> for the sole purpose of scratching some else's itch. i have yet to use File::ReadBackwards! i wrote it to satisfy the global itch for an efficient and easy way to read log (and other) files backwards by lines. in fact given the kind of development i do, i doubt i will ever use it. :) and it was an interesting project. and i also have yet to use Sort::Maker. i do use File::Slurp :). i seem to like other people's itches more than mine. :) uri -- Uri Guttman ------ uri(a)stemsystems.com -------- http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search or Offer Perl Jobs ---------------------------- http://jobs.perl.org
|
Next
|
Last
Pages: 1 2 Prev: Newbie Question Next: Unicode-related problem installing perl modules on Solaris 10 |