{
  "id": "perl-cgi-fundamentals",
  "title": "Perl/CGI Fundamentals",
  "description": "Learn classic web development with Perl and CGI: syntax, scalars/arrays/hashes, subs, modules, CGI environment, forms, file I/O, security (taint mode), DBI, templating, and deployment on Apache.",
  "passingScore": 0.7,
  "modules": [
    {
      "id": "m1",
      "title": "Getting Started",
      "lessons": [
        "01",
        "02"
      ]
    },
    {
      "id": "m2",
      "title": "Core Perl",
      "lessons": [
        "03",
        "04",
        "05"
      ]
    },
    {
      "id": "m3",
      "title": "CGI Basics",
      "lessons": [
        "06",
        "07"
      ]
    },
    {
      "id": "m4",
      "title": "Security & Data",
      "lessons": [
        "08",
        "09"
      ]
    },
    {
      "id": "m5",
      "title": "Deployment",
      "lessons": [
        "10"
      ]
    }
  ]
}