open-perl-ide-user Mailing List for Open Perl IDE
Brought to you by:
jguentherodt
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2003 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <val...@st...> - 2021-11-03 01:40:01
|
Good day. Your system has been hacked with a Trojan virus. It has penetrated your device through adult portals which you sometimes visit. Some spicy videos contain malicious code that activates after being turned on. Your entire information has already been copied to my servers. I possess complete control over your device which you use to access the Internet. I can see your screen, I can use a microphone and a camera in a way that you never notice anything. I've already made a screen recording. A video was edited with a pornographic movie that you were watching at that time and masturbating. Your face is perfectly visible and I don’t think that this kind of content will have a positive impact on your reputation. I have an overall access to your list of contacts and the social media profiles. I can send this video from your E-mail or the messengers. If you don't want to let this happen, then you only need to take one simple step. Just transfer 1000 USD (US dollars) to Bitcoin wallet: bc1q56e6694t5fxe277nj6hsthsugsdr53pyet9hv7 (In a Bitcoin equivalent at the exchange rate for the time of transfer) You can find the detailed instructions in Google. After the payment I will remove the video and the virus from your device and no one will bother you anymore. If I won’t receive the payment in due time, all of your data and the videos will become publicly available. I give you 2 business days. I shall receive a notification that you have read the letter. The timer starts immediately. Any complain somewhere, including the police, is useless. My wallet and an E-mail cannot be tracked. If I find out that you have shared this message with someone else, the video will become publicly available at once. I will destroy your reputation forever and all your data will go public. Everyone will learn about your passion for the porn sites and more. Changing the passwords will be useless either as all the data is already on my servers. Don't forget that reputation is very important and be prudent! |
From: Rui F. <rui...@gm...> - 2015-11-11 17:24:56
|
*Hi,I'm trying to compile a perl script in windows 32. I've added the line use win32 to the db file. It compiles, but nothing happens: no print message, no files writen or read...Any ideas?Cheers,CPtolemy* |
From: Ross C. <Ros...@fp...> - 2007-01-30 21:17:08
|
Hi I was just wondering if there is any news on the new version that was = mentioned last year. Looking forward to its release I find this IDE to = be better then a lot of the commercial ones available Thanks for a great product Regards Ross Clunie |
From: juergen.guentherodt <jue...@t-...> - 2006-06-08 18:05:58
|
Dear Open Perl IDE users, some time ago it seems that with upcoming .NET Framework and MS = VisualStudio 2003 there's no future for a Win32 based Perl IDE.=20 However usage statistics and user feedback over the last years show, = that until today there are still many people who want to use Open Perl IDE = and who want to see this project evolving. So I've decided to continue development and support for this project. Currently I'm implementing code folding and I think to get a stable = version within the next few days. A new release can be expected this month and = will also include better Perl 5.8 support and some other bugfixes.=20 Regards J=FCrgen G=FCntherodt |
From: Geovanny R. <geo...@ho...> - 2004-05-20 21:05:23
|
<html><div style='background-color:'><DIV> <DIV class=RTE>I'm trying this open perl ide but either I'm doing something wrong or theres a problem with it. I compiled the sample hello program that came with the IDE just fine. but then I ran a couple of my own like this one.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>#!/usr/bin/perl -w</DIV> <DIV class=RTE><BR> </DIV> <DIV class=RTE>print "What is your name? ";<BR>$name = <STDIN>;<BR>chomp ($name);<BR>print "Hello!, $name!\n";</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>this doesn't compile nor does it run. I mean if I compile I get some weird errors like this one.</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>"Use of uninitialized value in concatenation (.) or string at ..\open_perl/perl5db.pl line 603."</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>If I run nothing appears on the screen. However if I make a mistake in the program like a syntax error or what not then the IDE is happy to tell me about it. Now, If i run the programs using the DOS prompt they work just fine. whats wrong?</DIV> <DIV class=RTE> </DIV> <DIV class=RTE>i'm using perl version 5.8.3</DIV></DIV></div><br clear=all><hr>MSN 8 helps <a href="http://g.msn.com/8HMBEN/2752??PS=47575">ELIMINATE E-MAIL VIRUSES.</a> Get 2 months FREE*.</html> |
From: Jon K. <met...@cr...> - 2004-05-19 06:58:59
|
> From: "Geovanny Rodriguez" <geo...@ho...> > To: ope...@li... > Date: Tue, 18 May 2004 14:04:18 +0000 > Subject: [open-perl-ide-user] can't get open perl to work. > > <html><div style='background-color:'><DIV class=RTE> > <P><BR><BR>Ok I tryed compiling the sample file that came with open perl ide. This worked fine.</P> > <P>Then I added the follwing pice of code and tryed comiling it. It gave me an erroUse of uninitialized value in concatenation (.) or string at ..\open_perl/perl5db.pl line 603 and more. the code that I used is</P> > <P>#!/usr/bin/perl -w</P> > <P><BR>@SomeList = (8, ' eight ', 9, ' nine');<BR>@TenList = (10, ' ten ');<BR>push (@SomeList, @TenList);<BR>unshift(@SomeList, "The Big Seven");<BR>print @SomeList;<BR></P> > <P>procedure I used to compile the code was.</P> > <P>1) when to file open selected file.</P> > <P>2) whent to project compile.</P> > <P> </P> > <P>Now if I run the same code using the comand promt with perl 5.8.. it works just fine. any sugestions?</P></DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMBEN/2737??PS=47575">MSN 8:</a> smart spam protection and 2 months FREE* </html> versions I'm using: Windows 98se (yah, still... *_* ) perl 5.8.0 built for MSWin32-x86-multi-thread Open Perl IDE 1.0.11.409a A couple notes that may help. I'm somewhat n00bish myself, however, so your mileage may vary: 1) You were adding code to the "HelloWorld.pl" file and not the "perl5db.pl" file, right? I didn't look too thoroughly, but perl5db.pl ought to be part of the openperlide debugger, and is not necessarily example code. Also, "perl -w perl5db.pl" doesn't compile for me when I try to run it from the command line, whether modified or unmodified. I get the idea that it wasn't exactly meant to be run on it's own, without being called from some other library, especially with warnings turned on. 2) if you've got warnings turned on, you need to declare your variables with "my" before using them. Replacing @SomeList = (8, ' eight ', 9, ' nine'); @TenList = (10, ' ten '); with my @SomeList = (8, ' eight ', 9, ' nine'); my @TenList = (10, ' ten '); should do it. Also, could you turn of HTML formatting in your emails? As you can see, it's a little hard to read. Hope this helps. -- Jon --------------------------------- jo...@wi... http://www.windless.org/ |
From: Geovanny R. <geo...@ho...> - 2004-05-18 14:04:28
|
<html><div style='background-color:'><DIV class=RTE> <P><BR><BR>Ok I tryed compiling the sample file that came with open perl ide. This worked fine.</P> <P>Then I added the follwing pice of code and tryed comiling it. It gave me an erroUse of uninitialized value in concatenation (.) or string at ..\open_perl/perl5db.pl line 603 and more. the code that I used is</P> <P>#!/usr/bin/perl -w</P> <P><BR>@SomeList = (8, ' eight ', 9, ' nine');<BR>@TenList = (10, ' ten ');<BR>push (@SomeList, @TenList);<BR>unshift(@SomeList, "The Big Seven");<BR>print @SomeList;<BR></P> <P>procedure I used to compile the code was.</P> <P>1) when to file open selected file.</P> <P>2) whent to project compile.</P> <P> </P> <P>Now if I run the same code using the comand promt with perl 5.8.. it works just fine. any sugestions?</P></DIV></div><br clear=all><hr>The new <a href="http://g.msn.com/8HMBEN/2737??PS=47575">MSN 8:</a> smart spam protection and 2 months FREE* </html> |
From: Sergiu B. <se...@bi...> - 2004-01-20 23:13:37
|
I am trying to compile the project and I get the following error: [Warning] MAIN.PAS(340): Method 'DragOver' hides virtual method of base type 'TControl' [Warning] MAIN.PAS(382): Method 'UpdateActions' hides virtual method of base type 'TCustomForm' [Error] f_Variables.pas(67): Undeclared identifier: 'TFieldTypes' [Fatal Error] MAIN.PAS(402): Could not compile used unit 'f_Variables.pas' Where is TFieldTypes declared? What am I missing ? I installed all dependeces mentioned in reame.txt Thank you, Sergiu |
From: <ck...@ep...> - 2003-09-01 21:55:58
|
Bernie: I did netstat -an in my pc with win2k and i did not see any port 3178 listening, may be you have a virus in your pc? Regards Carlos Kassab > Hi Carlos, thank you for your interest. When I run a script the > program wants to access the internet through port 3178. If I dont > allow this, it keeps trying until I kill it. > > Hope this gives you enough info > > All the best > Bernie > > >>From: <ck...@ep...> >>To: <bs1...@ho...> >>CC: <ope...@li...> >>Subject: Re: [open-perl-ide-user] Open Perl IDE Wants to access >>Internet Date: Sat, 30 Aug 2003 13:16:00 -0700 (PDT) >> >>Hi: >> >>I am using open perl ide but i did not see anything. >> >>Could expline a bit more? what port... >> >>Thank you >> >>Carlos Kassab >> >> > I have just installed the Open Perl IDE, and when I run it, it >> > insists on a connection to the net which my firewall prevents. >> > Unless I give access it will not run. I am a bit queezy about >> > giving access to an application without knowing why it wants to >> > talk to the world. >> > >> > Has anyone seen this and is there a solution? >> > >> > Bernie >> > >> > >>_________________________________________________________________ >> > ninemsn Extra Storage is now available. Get five times more storage >> > - 10MB in your Hotmail account. Click here http://join.msn.com/ >> > >> > >> > >> > ------------------------------------------------------- >> > This sf.net email is sponsored by:ThinkGeek >> > Welcome to geek heaven. >> > http://thinkgeek.com/sf >> > _______________________________________________ >> > open-perl-ide-user mailing list >> > ope...@li... >> > https://lists.sourceforge.net/lists/listinfo/open-perl-ide-user >> >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by:ThinkGeek >>Welcome to geek heaven. >>http://thinkgeek.com/sf >>_______________________________________________ >>open-perl-ide-user mailing list >>ope...@li... >>https://lists.sourceforge.net/lists/listinfo/open-perl-ide-user > > _________________________________________________________________ > Hot chart ringtones and polyphonics. Go to > http://ninemsn.com.au/mobilemania/default.asp |
From: <ck...@ep...> - 2003-08-30 20:16:06
|
Hi: I am using open perl ide but i did not see anything. Could expline a bit more? what port... Thank you Carlos Kassab > I have just installed the Open Perl IDE, and when I run it, it insists > on a connection to the net which my firewall prevents. Unless I give > access it will not run. I am a bit queezy about giving access to an > application without knowing why it wants to talk to the world. > > Has anyone seen this and is there a solution? > > Bernie > > _________________________________________________________________ > ninemsn Extra Storage is now available. Get five times more storage - > 10MB in your Hotmail account. Click here http://join.msn.com/ > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > open-perl-ide-user mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/open-perl-ide-user |
From: Bernie S. <bs1...@ho...> - 2003-08-27 05:33:45
|
I have just installed the Open Perl IDE, and when I run it, it insists on a connection to the net which my firewall prevents. Unless I give access it will not run. I am a bit queezy about giving access to an application without knowing why it wants to talk to the world. Has anyone seen this and is there a solution? Bernie _________________________________________________________________ ninemsn Extra Storage is now available. Get five times more storage - 10MB in your Hotmail account. Click here http://join.msn.com/ |
From: <ck...@ep...> - 2003-08-17 23:38:51
|
Hi: Are You still giving support for this proyect?. I have posted two questions to the forum: http://sourceforge.net/forum/forum.php?thread_id=918626&forum_id=73753 and http://sourceforge.net/forum/forum.php?thread_id=917522&forum_id=73753 Thank you In advance for you response. Carlos Kassab |
From: <jue...@t-...> - 2003-02-12 02:22:02
|
Hi again, Open Perl IDE's debug template script has been made Perl 5.8 compatible and can be downloaded here: -http://prdownloads.sourceforge.net/open-perl-ide/Perl5.8_patch.zip?download The script has been successfully tested with these distributions under Windows 98/2000/XP: -ActivePerl 5.6.1 builds 626, 628, 629, 631, 633 -ActivePerl 5.8.0 builds 802, 804 -IndigoPerl 5.6 (24Feb01) -SiemensPerl 5.6.1 (10Apr01) -SiemensPerl 5.8.0 (29Oct02) Regards, Jürgen Güntherodt |
From: Vaseem A. <VA...@se...> - 2002-12-12 22:25:22
|
Hi, I have perl programs with a .bat extension and has following few lines at the beginning. I want to execute using perl compiler (active state's active compiler does not have a problem with this) if "%OS%" == "Windows_NT" goto WinNT perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 goto endofperl :WinNT perl -w -x -S "%0" %* if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!perl Thanks Vaseem Aziz |
From: <jue...@t-...> - 2002-05-31 01:41:27
|
Hi all, two minor bugs has been re-introduced with the previous release; however, I have used this update to fix some other bugs, too: -Printing under Win2k works now. -IDE could not be closed sometimes - fixed. -Lost MDI-WindowMenu returns. -Several other bugfixes. Please see change log for details. Regards Jürgen Güntherodt |
From: <jue...@t-...> - 2002-05-26 15:41:32
|
Dear Open Perl IDE users, I've just uploaded this first non-beta release of Open Perl IDE. Release 1.0 fixes most of the bugs reported for previous versions and includes the following new features: -Better syntax coloring by using a new highlighter component. -Important debugger improvements, including better support for huge arrays. -Previous instance detection on program start. -Several minor HelpViewer and Configuration enhancements. Please visit http://open-perl-ide.sourceforge.net for screenshots, documentation and downloads ! Regards Jürgen Güntherodt |
From: <Syl...@sw...> - 2002-02-01 15:20:57
|
Hello, =20 I can't download Open perl from Sourceforge. =20 Thank you Sylvain |
From: <jue...@t-...> - 2001-11-28 00:24:43
|
Dear Open Perl IDE users, a few hours ago I have been informed about a critical bug in the IDE Debugger, so this new build has become necessary. Sorry for the many builds since Release 0.9.9, but I think, a *critical* bug has to be fixed as soon as possible; btw. this bug have *not* been introduced with 0.9.9 but is as old as Open Perl IDE ! Build 0.9.9.310 - Changes: -Debugger: StepOver a chdir command has crashed the debugger - fixed. -Docking: The following docking sequence has lead to a General Protection Fault - fixed. 1) HelpViewer has been docked to a page control. The help viewer has shown a document. 2) The hosting page control has been docked to another location. The redraw has not been done correctly. 3) Finally, undocking the page control has raised the error. Regards, Jürgen Güntherodt |
From: <jue...@t-...> - 2001-11-25 17:52:39
|
Hi all, yesterday I've uploaded the new version, here some important new features: -Debugger Script Bugfixes: All known problems have been solved. -Enhanced configuration: Fonts and Colors of many Open Perl IDE elements, including all output, debug and help windows can be modified. -Enhanced docking: In addition to PageControl docking, Flat docking is supported. Furthermore, the Editor area has become a docking area. -CommandLine Parameter: At program start, the file given by the first command line parameter is loaded. -Print/PrintPreview is supported. -Editor popup menu. Have a look at http://open-perl-ide.sourceforge.net to view updated screenshots, read the actualized documentation (UserManual 0.9.9) or just download the new release. Regards, Jürgen Güntherodt |
From: Thomas, T. B <tim...@lm...> - 2001-07-09 15:52:07
|
I am fairly new to Open Perl IDE, but so far I love it, have not found anything that works for me until now. One simple thing that I can't figure out how to do. I want to be able to open my scripts from the command line or be able to drag and drop to a shortcut. Here's what I am trying: "C:\Program Files\perlide\PerlIDE.exe" myscript.pl It seems that the peride executable doesn't take a script name as an argument. Any Suggestions? Thanks, Tim Thomas |
From: utomo <ut...@fl...> - 2001-06-20 01:30:22
|
test please delete it thanks |
From: <jue...@ok...> - 2001-05-06 21:35:54
|
Hi, I have just finished this version and here are the new features: -User Manual added -Integrated Help system implemented: Configurable Contents and Keyword-Index Help. -Scripts with *.plx, *.cgi extensions can be started within the IDE. -Improved STDOUT and STDERR redirection: Better performance and \r support. -Start parameters are now read correctly and saved for each project. -Actual cursor positions in editor windows are saved. -and many other enhancements and bugfixes... Have a look at http://open-perl-ide.sourceforge.net to view updated screenshots, read the documentation or just download the new release. Regards, Jürgen Güntherodt |