Skip to content | Change text size
  #!/usr/local/bin/perl print("Content-type: text/html\n\n"); use CGI; $query = new CGI; $puri = $query->param('URI'); $endp = $query->param('ENDPAR'); $sep = $query->param('SEP'); $nomonash = $query->param('NOMONASH'); $noroot = $query->param('NOROOT'); $startpoint = $query->param('STARTPOINT'); if (defined($puri)) { $var = $puri } else { $var = $ENV{'REQUEST_URI'}; } $filename = $ENV{'SCRIPT_FILENAME'}; $directory = substr($filename,0,rindex($filename,'/')); %replacenames = (); @array = split("/",$var); if (-e("$directory/breadcrumbs.conf")) { open(CONFIGFILE,"$directory/breadcrumbs.conf"); $config = new CGI(CONFIGFILE); close(CONFIGFILE); foreach $key ($config->param) { $value = $config->param("$key"); $replacenames{"$key"} = "$value"; } } $s = scalar(@array); $start = 1; $end = $s - 2; $count = $start; $display_count = $count; if (defined($startpoint)) { foreach (1..$s) { if ($startpoint eq $array[$_]) { $display_count = $_; } } } print('\n"); }

Jim Scully

Full Name James Scully
Position Research Fellow (Level B)
Contact Details Phone: +61 3 9905 1990
Fax: +61 3 9905 4363
Email: James.Scully@monash.edu
Qualifications MSc(Maths), BSc(Hons), BA

Jim Scully has worked at MUARC since 2002 and has been a member of the IAD team since 2005. His main areas of interest are the evaluation of road network development programs and new vehicle technology. Jim has also assisted in the management of the ANCIS in-depth crash investigation database. He has a Masters degree in mathematics and undergraduate degrees in Science and Arts.