passthru('python directory_read.py < 5');
passthru('python directory_read.py < 1');
the first line of code works perfectly fine while the second line does'nt works? also directory_read.py reads the contents of a directory upto 5 or 1 depth i have tried exec and system commands.