Keep this page open to be updated with the newest discussions automatically.
Please wait while getting the discussions...
Page:
Blog Posts (Enhanced by )
Sample Chatter Excerpts
How can I prettify Perl code generated by Perl?
PerlTidy makes your code not only tidy, but really beautiful. You can easily tweak it according to your local coding standards.
source
Perl microcontroller?
Perl is not compiled, it is interpreted, therefore you would need to do something like Java robots do. They have a really small JVM that they have to stuff on the MCU. So if you can find a small interpreter you can upload!
source
How can I check if a file is open by another program in Perl?
In Perl, how do I test if a file of open by another Perl program? I need the first program to be done before the second program can start.
source
Is there a Perl tutorial for Verilog engineers?
I want to start studying Perl, specifically for checking verilog output files. Is there some tutorial that is specific to say Perl for Verilog engineers or something like that?
source
Is multiple inheritance in Perl and Java the same?
Don't know about Perl, but Java only allows multiple inheritance of interface. Only single-inheritance is allowed for implementation.
source
Tip: Didn't find what you were looking for? Try the following: