• Curriculum Vitae (CV)
• Major web solutions
• Web design projects
• Software solutions
• C# (Microsoft .NET)
• JAVA
• Dynamic HTML
• PHP & MySQL
• ASP.NET - C# & VB.NET
• Perl & CGI
• C | C++
• Vector Markup Language
• SMIL
• Assembler
• Databases
• Wap Development
• Web site promotion
• Web Marketing
|
|
How do I loop through/list the files in a directory?
(Perl free example written by Anton Zamov.) |
How do I loop through/list the files in a directory?
@files = </home/user/*>;
@all_files = </home/user/* /home/user/.*>;
@all_files = glob "/home/user/* /home/user/.*";
opendir DIRH, "/home/user" or die "couldn't open: $!";
foreach (sort readdir <DIRH>) {
print "one file in the directory is $_n";
}
closedir DIRH;
|
|
|
Jobs Portal, poweful jobs board software
PHP Mall, multi vendors mall website software
Car Portal, php script for auto classifieds websites
NetArt Media, software products and services
Real Estate Portal, web software for real estate portals
Blog System, multi user blog hosting script
PHP Store, powerful e-commerce system written in PHP
|