Forum: Perl Jul 24th, 2008 |
| Replies: 5 Views: 1,043 Correction: it's difficult in C and C++, but of course Perl would have a module for it. ;) It looks like a very useful one, too . . . . |
Forum: Perl Jul 16th, 2008 |
| Replies: 5 Views: 1,043 You can read from and write to the same file at once, but it's difficult.
You're best off creating a copy of the file and modifying that, then replacing the original file with the modified one, as... |
Forum: Perl Sep 14th, 2006 |
| Replies: 1 Views: 1,600 You know that your company's logo isn't a polygon. :) |
Forum: Perl Apr 12th, 2006 |
| Replies: 8 Views: 21,257 You can use start to control even more about the notepad window. For instance,
system("start /maximized notepad");
will start notepad maximized. |